home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_426 / BUTTONCONDACTION on(keyPress m).as < prev    next >
Encoding:
Text File  |  2011-03-26  |  121 b   |  10 lines

  1. on(keyPress "m"){
  2.    with(_root)
  3.    {
  4.       if(cheat > 3)
  5.       {
  6.          changemoney(human,1);
  7.       }
  8.    }
  9. }
  10.